home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / stk-3.002 / stk-3 / STk-3.1 / Demos / term.stk < prev    next >
Encoding:
Text File  |  1996-02-22  |  862 b   |  23 lines

  1. ;;;;
  2. ;;;;  t e r m  . s t k  --  A simple terminal emulator written in Scheme
  3. ;;;;
  4. ;;;; Copyright ⌐ 1993-1996 Erick Gallesio - I3S-CNRS/ESSI <eg@unice.fr>
  5. ;;;; 
  6. ;;;; Permission to use, copy, and/or distribute this software and its
  7. ;;;; documentation for any purpose and without fee is hereby granted, provided
  8. ;;;; that both the above copyright notice and this permission notice appear in
  9. ;;;; all copies and derived works.  Fees for distribution or use of this
  10. ;;;; software or derived works may only be charged with express written
  11. ;;;; permission of the copyright holder.  
  12. ;;;; This software is provided ``as is'' without express or implied warranty.
  13. ;;;;
  14. ;;;;
  15. ;;;;           Author: Erick Gallesio [eg@unice.fr]
  16. ;;;;    Creation date:  7-Oct-1995 10:39
  17. ;;;; Last file update: 22-Feb-1996 00:29
  18.  
  19. (require "sterm")
  20.  
  21. (wm 'withdraw *root*)
  22. (sterm) ;; Easy no? 
  23.